home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / mastrdos.zip / D.CFG next >
Text File  |  1987-02-22  |  2KB  |  77 lines

  1. ;---------------------------------------------------------------------
  2. ;Config file for MasterDOS. In order for MasterDOS to read this file
  3. ;the environment varaible MASTERDOS must be set to the complete
  4. ;pathname of this file. (ie. SET MASTERDOS=C:\TOOLS\D.CFG )
  5. ;
  6. ;All the defaults are shown here and the only options you have
  7. ;are above them.
  8. ;
  9. ;There cannot be any spaces in the definition
  10. ;---------------------------------------------------------------------
  11. ;
  12. ;YES,NO
  13. TREE=YES
  14. ;
  15. ;TTY,VT100,VT52
  16. TERM=TTY
  17. ;
  18. ;1,2
  19. PORT=1
  20. ;
  21. ;300,600,1200,2400,4800,9600
  22. BAUD=1200
  23. ;
  24. ;E,O,N
  25. PARITY=N
  26. ;
  27. ;5,6,7,8
  28. WORD=8
  29. ;
  30. ;-+ARHS
  31. ATTRIBUTES=AR
  32. ;
  33. ;FILENAME,EXTENSION,DATE,SIZE,ASCENDING,DESCENDING
  34. ORDER=FILENAME,ASCENDING
  35. ;
  36. ;------------------------------------------------------------
  37. ; The function keys will execute the command they are set to
  38. ; when you are in 'Ready' mode only.
  39. ;
  40. ; Special symbols are:
  41. ;
  42. ;    % = replaced with current file the cursor is on
  43. ;    & = replaced with current file minus the extension
  44. ;    # = replaced with all marked files one at a time
  45. ;    ! = Force a CR (carriage retrun).
  46. ;        Serves as a line terminator (only 1 per line)
  47. ;------------------------------------------------------------
  48. F2=EDLIN %!
  49. ;F3=
  50. ;F4=
  51. ;F5=
  52. ;F6=
  53. ;F7=
  54. ;F8=
  55. ;F9=
  56. ;F10
  57. ;--------------------------------------------------------------
  58. ; These macros are for the terminal mode only.
  59. ; Special translation characters include:
  60. ;
  61. ;    ! = translates to CR (carriage return)
  62. ;
  63. ;Note: These characters may be repeated many times in one macro.
  64. ;      Limit your macros to 65,535 characters please.
  65. ;
  66. ;--------------------------------------------------------------
  67. ALT_1=ATDT1-305-439-8710!
  68. ;ALT_2=
  69. ;ALT_3=
  70. ;ALT_4=
  71. ;ALT_5=
  72. ;ALT_6=
  73. ;ALT_7=
  74. ;ALT_8=
  75. ;ALT_9=
  76. ;ALT_0=
  77.